projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
006a2ad
)
(Fcondition_case): Doc fix.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 26 Aug 2008 20:22:45 +0000
(20:22 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 26 Aug 2008 20:22:45 +0000
(20:22 +0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index 2a5b631f1c931f96123e5f439070a167625a1fc5..8feb70072b50b4f120d97b2704bbf89a9996e4a0 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-1350,7
+1350,7
@@
instead of a single condition name. Then it handles all of them.
When a handler handles an error, control returns to the `condition-case'
and it executes the handler's BODY...
-with VAR bound to (
SIGNALED-CONDITIONS
. SIGNAL-DATA) from the error.
+with VAR bound to (
ERROR-SYMBOL
. SIGNAL-DATA) from the error.
(If VAR is nil, the handler can't access that information.)
Then the value of the last BODY form is returned from the `condition-case'
expression.